What is an instanceof operator?
2124
10-Feb-2014
Sumit Kesarwani
10-Feb-2014Instanceof is an object reference operator and returns true if the object on the left-hand side is an instance of the glass given to the right hand side.This operator allows to determine whether the object belongs to a particular class or not.